Welcome![Sign In][Sign Up]
Location:
Search - uCOS 51

Search list

[SCMUCOS2在51上的移植源码V1.1

Description: UCOS2在51上的移植源码V1.1。学习UCOS的代码-UCOS2 51 on the transplant source V1.1. UCOS learning code
Platform: | Size: 59392 | Author: 丁巍 | Hits:

[SCMUCOS2在51上的移植源码

Description: UCOS2在51上的移植源码。学习UCOS-UCOS2 51 on the transplant source. Learning UCOS
Platform: | Size: 66560 | Author: 丁巍 | Hits:

[uCOSucos2.51

Description:
Platform: | Size: 129024 | Author: 王波 | Hits:

[Otherucos51移植心得

Description: us/osII在不同平台上的移植,是网上收集到的一份资料,详细介绍了移植方法,具有参考价值-UC/OSII can be transplanted on different platforms,here is some information collected from internet,which introduces the transplanting_method in details,and bears much for reference .
Platform: | Size: 204800 | Author: 林伟 | Hits:

[uCOSucos_8051

Description: ucos在8051上的移植,包括使用范例-ucos port to 8051 , including a example
Platform: | Size: 17408 | Author: 杨阳 | Hits:

[SCMucos_keil

Description: 在51单片机上实现UCOS嵌入式系统编程。用户可自由添加代码。-To realize ucos embedded system programming in 51 single chip. code can be added freely.
Platform: | Size: 159744 | Author: 魏土松 | Hits:

[uCOS51ucosii

Description: 本程序51ucos,即在51系列的单片机上成功移植ucos的全部源代码,希望能给大家一点帮助!-Full source code of uC/OS II porting to 51 series MCU.
Platform: | Size: 40960 | Author: 吴健勇 | Hits:

[ARM-PowerPC-ColdFire-MIPSZLG_CF驱动

Description: 非常容易移植的CF卡驱动程序,在LPC21XX下编译通过,支持UCOS-II.如果想移植到单片机下也非常容易,我就以此版本移植到51的MCU中.-very easy transplant CF card driver, in LPC21XX compiler, support UCOS-II. If you want to migrate to the next SCM also very easy, I would migrate to this version of the MCU 51.
Platform: | Size: 207872 | Author: 若苏厄 | Hits:

[SCMuCOS51软件包 (包含源码、硬件原理图PCB图)

Description: 此源代码为UC/OS-II移植到51单片机的源代码.包括OS_CPU.H,OS_CPU_C.C,OS_CPU_A.S三个主要文件-this source code for the UC/OS-II transplants to 51 SCM source code. Including OS_CPU.H, OS_CPU_C.C, OS_CPU_A.S three key documents
Platform: | Size: 638976 | Author: 龙武 | Hits:

[uCOS移植源码51ucosii

Description: ucos2 移植到C51的源码,经过本人验证可以使用,价值很好-C51 ucos2 transplanted to the source, after certification can I use, good value
Platform: | Size: 38912 | Author: 张雨田 | Hits:

[uCOSuCOS-II 2.52在51上的移植程序独立喂狗任务

Description: ucos2 移植到C51的源码,经过本人验证可以使用,价值很好-C51 ucos2 transplanted to the source, after certification can I use, good value
Platform: | Size: 74752 | Author: 张雨田 | Hits:

[SCMucos51v2021

Description: uC/OS-II在51上移植的完整源代码V1.0,包含shell源码。双击yy.uv2可以直接进行软件仿真。该代码解决了重入问题,对串口进行了特殊处理,不占用任务号,基于中断实现。该代码通过了软件仿真、硬件仿真、固化测试,请放心使用-uC/OS-II in 51 transplant on the integrity of the source code V1.0 contains shell source. Double-click yy.uv2 direct simulation software. The code to solve the problems go back to the serial port of special treatment, off-task, based on the realization of interruption. The code of the software through simulation, hardware emulation, curing test, please rest assured that the use of
Platform: | Size: 263168 | Author: 陈小明 | Hits:

[SCMSerialFIFOForC51

Description: 89S52上实现51单片机的串口FIFO功能。即串口的收和发均采用了FIFO作为缓冲。相信这个程序有助于单片机的新手编写串口操作-89S52 achieve 51 MCU Serial FIFO functions. Serial admission that the hair and are used as a FIFO buffer. I believe this program helps prepare newcomers MCU serial operation
Platform: | Size: 32768 | Author: 陈根潮 | Hits:

[SCMUCOSII_C8081F

Description: UCOSII在C8051F单片机上的移植,经过实际下载测试通过,不需要您再做任何改动!-UCOSII the C8051F the transplant, after downloading the actual test, you do not need to make any changes!
Platform: | Size: 122880 | Author: 杨枫 | Hits:

[uCOSucos_application

Description: 一个UC/OS的小应用,总共三个任务,优先级不一样,重要的是里面移植了一个51处理器,运行环境是keil,大家看看。-a UC/OS small applications, a total of three tasks, not the same priority level, it is important to the transplant inside a 51 processor, the environment is Keil, see.
Platform: | Size: 284672 | Author: 我是我 | Hits:

[ARM-PowerPC-ColdFire-MIPSARM_Image_for_uCOSII(2_51)_for_lpc2131

Description: ucosii2.51版在菲利普ARM7-LPC213X工程代码模板,直接添加任务即可-ucosii2.51 version of the Philip ARM7- LPC213X project code templates can be directly added tasks
Platform: | Size: 539648 | Author: 梁锋 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[uCOSKeil_7_5

Description: 一个很好的将ucos移植到51的范例,注释非常详细。-a good CENTER will migrate to the 51 examples of very detailed notes.
Platform: | Size: 482304 | Author: Tinner | Hits:

[Embeded-SCM DevelopuCOS-IIforKeilC51

Description: 此代码是关于UC/OS移植到KEILC51的具体实现,希望给正在学习的朋友一点参考-this code is on the UC/OS to a concrete realization of KEILC51, hope is learning to friends reference point! !
Platform: | Size: 44032 | Author: Jacker | Hits:

[Linux-Unixc8051ucos

Description: ucos2 for c8051f060 在目标板上运行5小时,很好-ucos2 for the target board c8051f060 five-hour operation, good
Platform: | Size: 181248 | Author: 拉登 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »

CodeBus www.codebus.net